From: Glenn Morris Date: Tue, 28 Aug 2007 07:27:04 +0000 (+0000) Subject: Some more tidying and simplification pending merge. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~24 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b3f9d43e8f0fb5c091b1a4a69e37972776a1c50a;p=emacs.git Some more tidying and simplification pending merge. --- diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index b814960ca58..38ae9665c69 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty @@ -845,8 +845,7 @@ * minibuf.c (read_minibuf): Use temporarily_switch_to_single_kboard instead of simply calling single_kboard_state. - * keyboard.c (push_device_kboard): Remove function. - (push_kboard): New function. + * keyboard.c (push_kboard): New function. (push_frame_kboard): Use it. (pop_frame_kboard): Rename to pop_kboard. @@ -857,8 +856,7 @@ * Makefile.in (data.o, fns.o): Add termhooks.h dependency. - * keyboard.h (push_device_kboard, pop_frame_kboard): Remove - declarations. + * keyboard.h (pop_frame_kboard): Remove declaration. (push_kboard, pop_kboard, temporarily_switch_to_single_kboard) (record_single_kboard_state): New declarations. @@ -942,8 +940,6 @@ * termchar.h (struct tty_display_info): Rename `display' member to `device'. - * keyboard.c (push_display_kboard): Rename to push_device_kboard. - * frame.c (Fmake_terminal_frame): Ditto. * xfns.c (Fx_create_frame): Ditto. @@ -1021,11 +1017,6 @@ * keyboard.c (syms_of_keyboard): Expand docs of terminal-local variables to warn about their random bindings. -2005-06-27 Karoly Lorentey - - * keyboard.c (push_display_kboard): New function. - * keyboard.h (push_display_kboard): Declare it. - 2005-06-27 Karoly Lorentey * termhooks.h (display): New field: kboard.